projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89669e3
)
(archive-remote-regexp): Don't accept hostnames
author
Richard M. Stallman
<rms@gnu.org>
Wed, 2 Aug 1995 18:47:32 +0000
(18:47 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 2 Aug 1995 18:47:32 +0000
(18:47 +0000)
ending in period. (See previous ange-ftp.el change.)
lisp/arc-mode.el
patch
|
blob
|
history
diff --git
a/lisp/arc-mode.el
b/lisp/arc-mode.el
index a6ba200e44d146fb1d4ab74ceb5398718d04a8ba..b31a59fbab1f2ea0d45fb54252e39a4d1bcd3e79 100644
(file)
--- a/
lisp/arc-mode.el
+++ b/
lisp/arc-mode.el
@@
-108,7
+108,7
@@
and do The Right Thing.")
(or (getenv "TMPDIR") (getenv "TMP") "/tmp"))
"*Directory for temporary files made by arc-mode.el")
-(defvar archive-remote-regexp "^/[^/:]*[^/:]:"
+(defvar archive-remote-regexp "^/[^/:]*[^/:
.
]:"
"*Regexp recognizing archive files names that are not local (i.e., are
not proper file names outside Emacs). A local copy a the archive will
be used when updating.")